home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / arrays / arrtest6.dfm / arrtest6.txt
Text File  |  1995-12-22  |  1KB  |  74 lines

  1. object ProgressDlg: TProgressDlg
  2.   Left = 423
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Progress'
  7.   ClientHeight = 179
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 273
  21.     Height = 179
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     BorderStyle = bsSingle
  25.     Caption = 'Panel1'
  26.     TabOrder = 2
  27.     object LblAction: TLabel
  28.       Left = 16
  29.       Top = 16
  30.       Width = 241
  31.       Height = 20
  32.       AutoSize = False
  33.       Caption = 'LblAction'
  34.     end
  35.     object LblFilename: TLabel
  36.       Left = 16
  37.       Top = 48
  38.       Width = 241
  39.       Height = 20
  40.       AutoSize = False
  41.       Caption = 'LblFilename'
  42.       Font.Color = clWindowText
  43.       Font.Height = -13
  44.       Font.Name = 'System'
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.   end
  49.   object BtnAbort: TButton
  50.     Left = 16
  51.     Top = 128
  52.     Width = 241
  53.     Height = 33
  54.     Caption = 'Abort'
  55.     TabOrder = 0
  56.     OnClick = BtnAbortClick
  57.   end
  58.   object Gauge: TBiGauge
  59.     Left = 16
  60.     Top = 80
  61.     Width = 241
  62.     Height = 32
  63.     Caption = 'Gauge'
  64.     Min = 0
  65.     Max = 100
  66.     Value = 50
  67.     Margin = 2
  68.     Orientation = 0
  69.     BarColor = clLime
  70.     BevelSize = 3
  71.     BevelStyle = 0
  72.   end
  73. end
  74.